home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / arch / mips / include / asm / kdebug.h < prev    next >
Encoding:
C/C++ Source or Header  |  2008-12-24  |  179 b   |  14 lines

  1. #ifndef _ASM_MIPS_KDEBUG_H
  2. #define _ASM_MIPS_KDEBUG_H
  3.  
  4. #include <linux/notifier.h>
  5.  
  6. enum die_val {
  7.     DIE_OOPS = 1,
  8.     DIE_FP,
  9.     DIE_TRAP,
  10.     DIE_RI,
  11. };
  12.  
  13. #endif /* _ASM_MIPS_KDEBUG_H */
  14.